hip.gui.button

Undocumented in source.

Public Imports

hip.gui.widget
public import hip.gui.widget;
Undocumented in source.

Members

Classes

Button
class Button

Button does not propagates findWidgetAt after it. This happens mostly because when using buttons, it is common to not find its childrens after it since it handles most pointer events. If that is not desired, simply change propagates to true.

SpriteButtonRenderer
class SpriteButtonRenderer
Undocumented in source.

Interfaces

IButtonRenderer
interface IButtonRenderer
Undocumented in source.

Meta